home *** CD-ROM | disk | FTP | other *** search
-
- FILES FOR ISAM V1.03
- --------------------
-
- The files in this release of ISAM are composed of one directory and several
- subdirectories:
-
-
- ISAM1 is the main directory, and contains the following files:
-
- ISAM the ISAM server.
- ISAM.info the Workbench Icon for ISAM.
- ISAMShutDown a program to shut down the isam server.
- ISAMShutDown.info the Workbench Icon for ISAMShutDown.
- isam.library the ISAM resident library.
- *rexxisam.library the ARexx ISAM resident library.
- ISAMStub.lib the ISAM stub link-library (if can't use #pragma's)
- ISAMLib.fd the fd (function description) file for isam.library
- ISAMLibPragmas.h the #pragma file for the library
- *ISAM_Lib.i Assembler-language _LVO's for isam.library.
- ISAMLibPROTO.c C-language prototype file
- ISAMLibPROTOnn.c C-language prototype file (no parameter names)
- ISAMErrDefs.c C-language error #defines
- *ISAMErrDefs.i Assembler-language error #defines
- ISAM.doc the ISAM documentation
- *RexxISAM.doc additional ISAM documentation for ARexx users
- ISAM.AutoDocs AutoDocs for the ISAM functions
- ISAMErrors.doc additional documentation re: error messages.
- ISAMFiles.doc this file
- ISAM.ReadMe an introduction to ISAM
- ISAMChanges changes to ISAM since version 1.00
- **ISAM.Sale [If this file exists, ISAM may be on SALE!]
- **HowToRegister instructions for how to register
- **Registration a registration form to print and fill out
-
-
- ISAM1/c is the Command subdirectory, and contains the following commands:
-
- CreateISAMFile - Create an ISAM file, from the descr. in a Specs. File
- DeleteISAMFile - Delete an ISAM file.
- ReIndexISAMFile - ReCreate an ISAM file, if the index file is lost/corrupt
- ISAMFileReport - Info about an ISAM file.
- ISAMPresent - Is the ISAM server running?
- ISAMWhy - What does this ISAM error number mean?
- ReportISAMStatus - How many users are there? What files are open? etc.
- SeqToISAM - Turn a record-sequential file into an ISAM data file.
-
-
- ISAM1/examples is the examples subdirectory, and contains the following files:
-
- offsetof
- offsetof.c a C-language runfile and source file demonstating "offsetof()"
-
- fileconvert.c a C-language program template re: ISAM file conversion.
-
- test an example program that shows usage of most ISAM functions
- in manipulating the sample ISAM file "Employee".
- test.c the C-language source code for test.
-
- books an example application that keeps track of the books you own.
- (contains eight keys!)
- books.c the C-language source code for books.
-
- *books.rexx the ARExx version of books (NOT identical, but close)
-
-
-
- ISAM/data is the data subdirectory, and contains the following files:
-
- Employee.specs the specs file for the Employee record in "test" (above).
- Employee.data the Employee ISAM data file.
- Employee.index the Employee ISAM index file.
-
- Book.specs the specs file for the Book record in "books" (above).
- Book.data the Book ISAM data file.
- Book.index the Book ISAM index file.
-
-
-
- (* new for release 1.03 )
- (** shareware version only)
-